ActiveReports 12
BeginInvoke(Delegate,Object[]) Method

GrapeCity.ActiveReports.Chart.v12 Assembly > GrapeCity.ActiveReports.Chart Namespace > SharpGraph Class > BeginInvoke Method : BeginInvoke(Delegate,Object[]) Method
A delegate to a method that takes parameters of the same number and type that are contained in the args parameter.
An array of objects to pass as arguments to the given method. This can be null if no arguments are needed.
Executes the specified delegate asynchronously with the specified arguments, on the thread that the control's underlying handle was created on.
Syntax
'Declaration
 
Public Overloads Function BeginInvoke( _
   ByVal method As Delegate, _
   ByVal ParamArray args() As Object _
) As IAsyncResult
public IAsyncResult BeginInvoke( 
   Delegate method,
   params object[] args
)

Parameters

method
A delegate to a method that takes parameters of the same number and type that are contained in the args parameter.
args
An array of objects to pass as arguments to the given method. This can be null if no arguments are needed.

Return Value

Exceptions
ExceptionDescription
No appropriate window handle can be found.
See Also

Reference

SharpGraph Class
SharpGraph Members
Overload List